gesture: Cancel sequences that make a gesture exceed the number of touches as they...
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 6 May 2014 13:20:56 +0000 (15:20 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:29 +0000 (19:54 +0200)
commit5c9f4bd07823cbbfc5098deae82efdcc96f58998
tree103be2d776e73e27af8b5e82493d59cc50914470
parent134acf3fda0857681e3874fd8185e5236ce70000
gesture: Cancel sequences that make a gesture exceed the number of touches as they happen

This makes it possible to track those through gtk_gesture_handles_sequence(),
without guessing from last event type or sequence state.
gtk/gtkgesture.c
gtk/gtkscrolledwindow.c